qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

meson.build (123B)


      1 libdecnumber = files(
      2   'decContext.c',
      3   'decNumber.c',
      4   'dpd/decimal128.c',
      5   'dpd/decimal32.c',
      6   'dpd/decimal64.c',
      7 )