Nekotekina
|
5724d2d4c7
|
Simplify umax
Add operator less and conversion operator.
|
2021-04-29 12:21:12 +03:00 |
|
Nekotekina
|
4d9a167f56
|
u128: add multiplication support (for MSVC)
|
2021-04-25 18:17:38 +03:00 |
|
Nekotekina
|
7dae376646
|
Implement fill_array() utility
|
2021-04-19 12:33:32 +03:00 |
|
David Carlier
|
b6732fbae9
|
MacOs build fix proposal.
Made on Big Sur, removing few unnecessary old specifics.
Build with LLVM homebrew.
|
2021-04-18 17:18:09 +03:00 |
|
Eladash
|
67e2e154fa
|
Replace simple_type with std::common_type
|
2021-04-17 10:27:55 +03:00 |
|
Nekotekina
|
5bdd1cf837
|
Remove some redundant code
Potential fix for future warnings.
|
2021-03-09 03:09:50 +03:00 |
|
Nekotekina
|
87af905018
|
Enable -Wunused-parameter
|
2021-03-06 18:07:08 +03:00 |
|
Nekotekina
|
4f8cac731b
|
Fix SAFE_BUFFERS attribute for GCC
|
2021-02-09 12:33:50 +03:00 |
|
Nekotekina
|
a8e0d261b7
|
types.hpp: more cleanup
Also fix compilation.
|
2020-12-22 19:08:09 +03:00 |
|
Nekotekina
|
43a58df8a0
|
Butcher narrow cast a little (don't print value).
Also remove some forward declarations from util/types.hpp
If they don't work properly, it's easier to remove them.
|
2020-12-22 14:32:30 +03:00 |
|
Nekotekina
|
bd269bccaf
|
types.hpp: remove intrinsic includes
Replace v128 with u128 in some places.
Removed some unused files.
|
2020-12-21 21:11:25 +03:00 |
|
Nekotekina
|
eec11bfba9
|
Move align helpers to util/asm.hpp
Also add some files:
GLTextureCache.cpp
VKTextureCache.cpp
|
2020-12-18 18:07:42 +03:00 |
|
Nekotekina
|
fb29933d3d
|
Add usz alias for std::size_t
|
2020-12-18 12:23:53 +03:00 |
|
Nekotekina
|
360c4d1554
|
Simplify f16 type
|
2020-12-18 12:23:53 +03:00 |
|
Nekotekina
|
4cfa9b11f3
|
Move busy_wait() to asm.hpp
|
2020-12-18 12:23:53 +03:00 |
|
Nekotekina
|
e321765c54
|
Split BEType.h to util/v128.hpp and util/to_endian.hpp
|
2020-12-13 16:34:45 +03:00 |
|
Nekotekina
|
a6a5292cd7
|
Use uptr (std::uintptr_t alias)
|
2020-12-12 16:29:55 +03:00 |
|
Nekotekina
|
b59f142d4e
|
Move types.h to util/types.hpp
|
2020-12-12 15:12:01 +03:00 |
|