https://llvm.org/bugs/show_bug.cgi?id=23648

            Bug ID: 23648
           Summary: mm3dnow.h misses a number of intrinsics
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

This turned up during certain FreeBSD port builds.  Apparently the mmd3dnow.h
header shipped with clang misses the following intrinsics:

__m64 _m_from_float(float);
__m64 _m_from_int(int);
void _m_prefetch(void *);
float _m_to_float(__m64);
int _m_to_int(__m64);

Note that the int variants are also not declared by gcc, e.g. these seem to be
only relevant to Microsoft C.  Maybe it is not worth declaring them in
mm3dnow.h, since they are already in the Microsoft-specific Intrin.h header.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to