Reimplement HardwareOpus
This commit is contained in:
parent
9912704234
commit
67e2d5c28b
27 changed files with 1914 additions and 427 deletions
|
@ -26,12 +26,11 @@ add_library(common STATIC
|
|||
assert.h
|
||||
atomic_helpers.h
|
||||
atomic_ops.h
|
||||
detached_tasks.cpp
|
||||
detached_tasks.h
|
||||
bit_cast.h
|
||||
bit_field.h
|
||||
bit_set.h
|
||||
bit_util.h
|
||||
bounded_threadsafe_queue.h
|
||||
cityhash.cpp
|
||||
cityhash.h
|
||||
common_funcs.h
|
||||
|
@ -41,6 +40,8 @@ add_library(common STATIC
|
|||
container_hash.h
|
||||
demangle.cpp
|
||||
demangle.h
|
||||
detached_tasks.cpp
|
||||
detached_tasks.h
|
||||
div_ceil.h
|
||||
dynamic_library.cpp
|
||||
dynamic_library.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue