Skip to content

Commit

Permalink
kram - chop out softfloat
Browse files Browse the repository at this point in the history
  • Loading branch information
alecazam committed Apr 23, 2024
1 parent d2b12f3 commit ff4b573
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libkram/astc-encoder/astcenc_mathlib_softfloat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
/**
* @brief Soft-float library for IEEE-754.
*/
#if (ASTCENC_F16C == 0) && (ASTCENC_NEON == 0)
// Chopped out
#if 0 // (ASTCENC_F16C == 0) && (ASTCENC_NEON == 0)

#include "astcenc_mathlib.h"

Expand Down

0 comments on commit ff4b573

Please sign in to comment.