Closed tdaede closed 9 years ago
Some intrinsics functions include parameters that are encoded into the instruction and therefore must be constant. GCC can figure this out when inlining, however Clang cannot. This is solved by converting these functions into macros.
Closes #6
Some intrinsics functions include parameters that are encoded into the instruction and therefore must be constant. GCC can figure this out when inlining, however Clang cannot. This is solved by converting these functions into macros.