libqbe/amd64
Michael Forney d6c9669c3c Fix conversion from float/double to unsigned int
signed int can't represent all the values of unsigned int, so we
need to do the conversion to signed long, and use the lower 32 bits
as the result.
2023-08-26 15:16:45 +02:00
..
all.h mark apple targets with a boolean 2022-10-08 21:48:47 +02:00
emit.c file,loc become dbgfile,dbgloc 2023-08-18 15:12:56 +02:00
isel.c Fix conversion from float/double to unsigned int 2023-08-26 15:16:45 +02:00
sysv.c rename blknew() to newblk() 2023-03-22 11:43:46 +01:00
targ.c mark apple targets with a boolean 2022-10-08 21:48:47 +02:00