/* * libbinrec: a recompiling translator for machine code * Copyright (c) 2016 Andrew Church * * This software may be copied and redistributed under certain conditions; * see the file "COPYING" in the source code distribution for details. * NO WARRANTY is provided with this software. */ #ifndef TESTS_PPC_LUT_H #define TESTS_PPC_LUT_H #include extern const uint16_t ppc_fres_lut[64]; extern const uint16_t ppc_frsqrte_lut[64]; #endif // TESTS_PPC_LUT_H