1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 17:20:29 +02:00

* srfi-4.h, srfi-4.c (scm_frame_uniform_vector_release): New.

* unif.c (scm_bit_set_star_x, scm_bit_count_star_x): Use it to get
more efficient access to the u32vector.
This commit is contained in:
Marius Vollmer 2004-11-02 20:15:32 +00:00
parent 034486df89
commit d44ff083ea
3 changed files with 35 additions and 19 deletions

View file

@ -38,6 +38,7 @@ SCM_API size_t scm_c_uniform_vector_size (SCM v);
SCM_API void *scm_uniform_vector_elements (SCM uvec);
SCM_API size_t scm_uniform_vector_element_size (SCM uvec);
SCM_API void scm_uniform_vector_release (SCM uvec);
SCM_API void scm_frame_uniform_vector_release (SCM uvec);
/* Specific procedures.
*/