Add float and double to the default types

This commit is contained in:
pancake 2018-04-14 10:44:53 +02:00
parent 0896c8b59c
commit d7df7212a4

View File

@ -22,6 +22,14 @@ long=type
type.long=x
type.long.size=64
float=type
type.float=f
type.float.size=32
double=type
type.double=f
type.double.size=64
long long=type
type.long long=q
type.long long.size=64