mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
This format is used by SSE5. Update minor tests; more extensive tests will be added soon. svn path=/trunk/yasm/; revision=1954
10 lines
215 B
NASM
10 lines
215 B
NASM
; Tests float handling
|
|
dw 3.14
|
|
dd 5.12
|
|
dq 3.141592653589793
|
|
dt 5653894745.318293470142875104710284019245e335
|
|
|
|
dw -62000.0
|
|
dd -47102940.467103581
|
|
dq -45102571092751092341095.5827509174509178450917845019
|
|
dt -1.e-1000
|