[LLVMbugs] [Bug 23648] New: mm3dnow.h misses a number of intrinsics
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon May 25 04:04:15 PDT 2015
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: unassignedbugs at nondot.org
Reporter: dimitry at andric.com
CC: llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150525/ab8cedf8/attachment.html>
More information about the llvm-bugs
mailing list