Displaying 5 results from an estimated 5 matches for "fmaf".
Did you mean:
fma
2016 Nov 17
2
Loop invariant not being optimized
...compiling with: clang -fms-compatibility
-funroll-loops -O3 -c fma.c -o fma.o )
0000000000000000 <f1>:
0: 29580c0000000000 load r3,r0,0x0,64
8: 2958100200000000 load r4,r1,0x0,64 #r4 <- a[0][0]
10: 2958140400000000 load r5,r2,0x0,64
18: c0580c0805018000 fmaf r3,r4,r5,r3,64
20: 79b80c0000000000 store r3,r0,0x0,64
28: 2958100000000008 load r4,r0,0x8,64
30: 2958140200000000 load r5,r1,0x0,64 #r5 <- a[0][0]
38: 2958180400000008 load r6,r2,0x8,64
40: c058100a06020000 fmaf r4,r5,r6,r4,64
48: 79b8100000000008...
2016 Nov 18
2
Loop invariant not being optimized
...ty
> -funroll-loops -O3 -c fma.c -o fma.o )
>
>
> 0000000000000000 <f1>:
> 0: 29580c0000000000 load r3,r0,0x0,64
> 8: 2958100200000000 load r4,r1,0x0,64 #r4 <- a[0][0]
> 10: 2958140400000000 load r5,r2,0x0,64
> 18: c0580c0805018000 fmaf r3,r4,r5,r3,64
> 20: 79b80c0000000000 store r3,r0,0x0,64
> 28: 2958100000000008 load r4,r0,0x8,64
> 30: 2958140200000000 load r5,r1,0x0,64 #r5 <- a[0][0]
> 38: 2958180400000008 load r6,r2,0x8,64
> 40: c058100a06020000 fmaf r4,r5,r6,r4,64
>...
2013 Jul 08
1
[LLVMdev] API break for out-of-tree targets implementing TargetLoweringBase::isFMAFasterThanMulAndAdd
Hello,
To any out-of-tree targets, please be aware that I intend to commit a
patch that will break the build of any target implementing
TargetLoweringBase::isFMAFasterThanMulAndAdd, for the reasons
described below. (Basically, the current interface definition is
broken and not followed, and no in-tree target was doing the right
thing with it, so it is unlikely any out-of-tree target is either...)
To un-break your build after this patch goes through, you wil...
2019 Aug 02
0
Wine release 4.13
...unt of several interface defines.
Józef Kucia (2):
dxgi: Obey image count limits for Vulkan swapchains.
wined3d: Add support for GL_EXT_texture_shadow_lod.
Kristján Gerhardsson (1):
wined3d: Add GPU information for various Mac GPUs.
Martin Storsjo (4):
msvcrt: Provide the fmaf function on i386.
msvcrt: Provide the fmal function using the existing fma implementation.
msvcrt: Implement the fdim functions.
msvcrt: Implement the tgamma functions.
Nikolay Sivov (5):
kernel32/nls: Add LOCALE_SPERCENT locale data.
kernel32/nls: Add LOCALE_SPERMILL...
2019 May 24
0
Wine release 4.9
...):
jscript: Implement Enumerator object.
jscript/tests: Add more Enumerator tests.
Andrew Eikum (4):
winebus.sys: Fix report length calculation.
winebus.sys: Add missing padding between hatswitch and constant.
hid: Fix usage value mask.
msvcrt: Implement fma and fmaf.
André Hentschel (1):
include: Fix ASM_CFI definition.
Aurimas Fišeras (1):
po: Update Lithuanian translation.
Dmitry Timoshkov (11):
windowscodecs: Improve compatibility of IMILBitmap interface.
windowscodecs: Add support for IMILBitmapScaler interface.
windowscode...