radv/bvh: remove redundant definition of DIV_ROUND_UP
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36118>
This commit is contained in:
@@ -109,8 +109,4 @@ radv_encode_blas_pointer_flags(uint32_t flags, uint32_t geometry_type)
|
||||
return ptr_flags;
|
||||
}
|
||||
|
||||
/** Compute ceiling of integer quotient of A divided by B.
|
||||
From macros.h */
|
||||
#define DIV_ROUND_UP(A, B) (((A) + (B)-1) / (B))
|
||||
|
||||
#endif /* BUILD_HELPERS_H */
|
||||
|
||||
Reference in New Issue
Block a user