[llvm-bugs] [Bug 40653] New: Inline _byteswap_* functions for optimized build
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Feb 7 16:24:21 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=40653
Bug ID: 40653
Summary: Inline _byteswap_* functions for optimized build
Product: clang
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: Tom.Tan at microsoft.com
CC: llvm-bugs at lists.llvm.org, neeilans at live.com,
richard-llvm at metafoo.co.uk
_byteswap_* series functions (_byteswap_uint64, _byteswap_ulong,
_byteswap_ushort) are provided as library functions in libucrt.lib, but MSVC
doesn't inline them for optimized build. It will be great to inline them in
clang-cl.exe for optimized build.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190208/fed4ece4/attachment-0001.html>
More information about the llvm-bugs
mailing list